home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1994
/
MacHack 1994.toast
/
MacHack™ 1987-1994
/
MacHack™ '93
/
Hacks '93
/
TwilightZone
/
source
/
sndstuff.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-17
|
170 b
|
7 lines
|
[
TEXT/KAHL
]
#ifndef __soundstuff__
#define __soundstuff__
OSErr MakeModuleSound(SndChannelPtr *retSndChannel,short soundType);
OSErr DisposeModuleSound(SndChannelPtr sndCh);
#endif